home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / demo / MATH / _SETUP.1 / Abt_math.exe / 0 / RCDATA / TSTFARAFRM / TSTFARAFRM.txt < prev   
Encoding:
Text File  |  2000-07-28  |  3.4 KB  |  169 lines

  1. object StFArafrm: TStFArafrm
  2.   Left = 89
  3.   Top = 90
  4.   Width = 534
  5.   Height = 354
  6.   ActiveControl = TamamBtn
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnDeactivate = FormDeactivate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 168
  19.     Top = 32
  20.     Width = 68
  21.     Height = 16
  22.     Caption = 'Stok fi∩┐╜ no'
  23.   end
  24.   object DBGrid1: TDBGrid
  25.     Left = 4
  26.     Top = 88
  27.     Width = 521
  28.     Height = 120
  29.     DataSource = DataSource1
  30.     ReadOnly = True
  31.     TabOrder = 0
  32.     TitleFont.Charset = DEFAULT_CHARSET
  33.     TitleFont.Color = clWindowText
  34.     TitleFont.Height = -13
  35.     TitleFont.Name = 'System'
  36.     TitleFont.Style = []
  37.     OnDblClick = TamamBtnClick
  38.     Columns = <
  39.       item
  40.         FieldName = 'StFTip'
  41.         Title.Caption = 'Fi∩┐╜ Tipi'
  42.       end
  43.       item
  44.         FieldName = 'StFNo'
  45.         Title.Caption = 'Fi∩┐╜ No'
  46.         Width = 64
  47.       end
  48.       item
  49.         FieldName = 'StFTar'
  50.         Title.Caption = 'Tarih'
  51.         Width = 64
  52.       end
  53.       item
  54.         FieldName = 'StCrKod'
  55.         Title.Caption = 'Cari No'
  56.         Width = 64
  57.       end
  58.       item
  59.         FieldName = 'StCUnvan'
  60.         Title.Caption = '∩┐╜nvan'
  61.         Width = 64
  62.       end
  63.       item
  64.         FieldName = 'StTut'
  65.         Title.Caption = 'Tutar'
  66.         Width = 64
  67.       end
  68.       item
  69.         FieldName = 'StFatno'
  70.         Title.Caption = 'Fatura No'
  71.         Width = 64
  72.       end
  73.       item
  74.         FieldName = 'StBelNo'
  75.         Title.Caption = 'Belge No'
  76.         Width = 64
  77.       end>
  78.   end
  79.   object SFisAra: TEdit
  80.     Left = 168
  81.     Top = 56
  82.     Width = 209
  83.     Height = 24
  84.     TabOrder = 1
  85.     Text = 'SFisAra'
  86.     OnChange = SFisAraChange
  87.   end
  88.   object SFisTar: TMaskEdit
  89.     Left = 168
  90.     Top = 56
  91.     Width = 81
  92.     Height = 24
  93.     EditMask = '!99/99/\1\900;1;_'
  94.     MaxLength = 10
  95.     TabOrder = 2
  96.     Text = '  .  .19  '
  97.     OnExit = SFisTarExit
  98.   end
  99.   object TamamBtn: TBitBtn
  100.     Left = 336
  101.     Top = 296
  102.     Width = 89
  103.     Height = 27
  104.     TabOrder = 3
  105.     OnClick = TamamBtnClick
  106.     Kind = bkOK
  107.   end
  108.   object VazgecBtn: TBitBtn
  109.     Left = 432
  110.     Top = 296
  111.     Width = 89
  112.     Height = 27
  113.     TabOrder = 4
  114.     OnClick = VazgecBtnClick
  115.     Kind = bkCancel
  116.   end
  117.   object GroupBox1: TGroupBox
  118.     Left = 0
  119.     Top = 0
  120.     Width = 161
  121.     Height = 81
  122.     Caption = 'Arama ∩┐╜ekli'
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clMaroon
  125.     Font.Height = -13
  126.     Font.Name = 'System'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.     TabOrder = 5
  130.     object SfNoAra: TRadioButton
  131.       Left = 8
  132.       Top = 24
  133.       Width = 113
  134.       Height = 17
  135.       Caption = 'Fi∩┐╜ no'#39'ya g∩┐╜re'
  136.       Checked = True
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clBlack
  139.       Font.Height = -13
  140.       Font.Name = 'System'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.       TabOrder = 0
  144.       TabStop = True
  145.       OnClick = SfNoAraClick
  146.     end
  147.     object SfTarAra: TRadioButton
  148.       Left = 8
  149.       Top = 48
  150.       Width = 113
  151.       Height = 17
  152.       Caption = 'Tarihe g∩┐╜re'
  153.       Font.Charset = DEFAULT_CHARSET
  154.       Font.Color = clBlack
  155.       Font.Height = -13
  156.       Font.Name = 'System'
  157.       Font.Style = [fsBold]
  158.       ParentFont = False
  159.       TabOrder = 1
  160.       OnClick = SfTarAraClick
  161.     end
  162.   end
  163.   object DataSource1: TDataSource
  164.     DataSet = StfDM.StFtable
  165.     Left = 288
  166.     Top = 284
  167.   end
  168. end
  169.